Move the client-specific parts of xmlrpclib2 into xmlrpcclient.py. This means
authorEwan Mellor <ewan@xensource.com>
Tue, 27 Mar 2007 21:34:22 +0000 (22:34 +0100)
committerEwan Mellor <ewan@xensource.com>
Tue, 27 Mar 2007 21:34:22 +0000 (22:34 +0100)
commit823ab3fd0c66c0829ccf537cf7955b107a2350f0
treee0f8448cdedff03846d9001a5db087335d31127c
parentff7c54e3c3048e2719dfa81dd1168e85ea8879d8
Move the client-specific parts of xmlrpclib2 into xmlrpcclient.py.  This means
that clients do not need to import swathes of server code.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/util/xmlrpcclient.py [new file with mode: 0644]
tools/python/xen/util/xmlrpclib2.py
tools/python/xen/xend/XendClient.py
tools/python/xen/xm/XenAPI.py
tools/python/xen/xm/main.py